home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 92 / MOBICLIC 92.ISO / pc / DATA / INTRO / INTRO.dir / 00002_Script_2 next >
Text File  |  2007-02-21  |  1KB  |  44 lines

  1. global gLien
  2. ------------
  3. on prepareMovie
  4.   RAZ_Zap_params()
  5.   if D10() then
  6.     (the stage).appearanceOptions.mask = member("STAGE_MASK")
  7.     (the stage).type = #document
  8.   end if
  9.  --touchesOff() 
  10.   gLien = lien()
  11. end
  12. ----------------------------
  13. on startMovie
  14.   --test des couleurs de l'Θcran----------------------------------------------
  15.   global nbCouleurs
  16.   case(gLien) of
  17.     "\" :-- la machine est un PC
  18.       register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
  19.       if the colorDepth < 8 then
  20.         alert field "alerte2"
  21.         quit
  22.       else
  23.         if the colorDepth=8 then
  24.           alert field "alerte" 
  25.         end if
  26.       end if
  27.     ":" :-- la machine est un Mac
  28.       register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
  29.   end case
  30.  -- registerDirectXtra()
  31.   if the colorDepth=8 then
  32.     alert field "alerte" 
  33.   end if
  34.   --  if _movie.quickTimeVersion() < 6 then --dΘtection de la version de QTIME et branchement Θventuel sur le dir d'installation
  35.   --    go movie "@/QTINSTALL"
  36.   --  end if
  37. end startMovie
  38. ------------------------------------
  39. on stopMovie
  40.   gLien = VOID
  41. end
  42. ------------------------------------
  43.  
  44.